Redirect Method

Syntax

Context.Response.Redirect as V (Url as C, EndResponse as L = .F.)

Arguments

UrlCharacter

The URL to which the client should be redirected.

EndResponseLogical

Flag for whether page execution should terminate immediately or not. This defaults to .F.

Description

Redirect the client and optionally terminate processing the current page

Discussion

Context.Response.Redirect() Redirect the client by returning a 302 Redirect HTTP status code and optionally terminate processing the current page.